projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb43872
)
Add a missing introspection annotation for gdk_screen_get_default_colormap
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 22 Feb 2010 19:15:45 +0000
(14:15 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 22 Feb 2010 19:15:45 +0000
(14:15 -0500)
gdk/x11/gdkscreen-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkscreen-x11.c
b/gdk/x11/gdkscreen-x11.c
index 5b0cb178460563a26d1a67e6d3ff302233502d78..1d274f4ed518218ecb4c08a8c17232f1cea9a358 100644
(file)
--- a/
gdk/x11/gdkscreen-x11.c
+++ b/
gdk/x11/gdkscreen-x11.c
@@
-234,7
+234,7
@@
gdk_screen_get_root_window (GdkScreen *screen)
*
* Gets the default colormap for @screen.
*
- * Returns: the default #GdkColormap.
+ * Returns:
(transfer none):
the default #GdkColormap.
*
* Since: 2.2
**/